body {
 margin : auto ;
 padding : 3em ; 
 width : "680px" ; 
 color : #000000 ; 
 background-color :#666666 ; 
 background-image :  ;
 background-repeat : no-repeat ; 
 background-position : right center ;
 background-attachment : fixed ; 
 } /* テーブルより少し大きめのbody */

h1{ 
 font-size: x-large;
 color: #000000;
 }
h2{
 font-size: larger;
 color: #000000; 
 }
h3{
 font-size: midium;
 color: #2f4f4f;
 } /* 題名、見出し大 */
h4{
 font-size: smaller;
 color: #000000;
  } /* リンク、ワープ口　*/
h5{
font-size: small;
 color: #000000;
  }　/* 話数、章題　*/

table {
 margin : auto ; 
 boder-spacing : 5em 3em ;
 
 
}

P{ text-indent : 0em ;
  }

.line 
{ letter-spacing: -0.04em } /*　沈黙横棒が含まれるときはこっちを使う　*/


TD
 { margin : auto ; 
   padding : 0 3em ; 
   } /* これをやらないと字がセル脇まで来るので見づらい */
.text { 
  font-size : small ;
  text-align : left ;
  font-family : Verdana ,sans-serif ;
  color : #000000 ; 
   background-color : #ffffff ;

  line-height : 250% ;
  } /* 本文セル　*/

.C1 {
 text-align : center }
.L1 {
 text-align : left  }
.R1 {
 text-align : right  }
/* 寄せ3種 */

a:link    { color: #000080; }
a:visited { color: #000080; }
a:hover   { color: #0000ff; background: #ffffff }
a:active  { color: #ff0000; background: #ffffff }

